projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b9cc05
)
(Fstring_to_multibyte): Doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 12 Nov 2003 17:05:37 +0000
(17:05 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 12 Nov 2003 17:05:37 +0000
(17:05 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 1a0e841bd6b9c60e2d63e68a0f1594191539e8a0..b3929aa4f7f63a8f16d3fd5db2307aa109e2040a 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1186,7
+1186,7
@@
If STRING is multibyte, the result is STRING itself.
Otherwise it is a newly created string, with no text properties.
Characters 0200 through 0237 are converted to eight-bit-control
characters of the same character code. Characters 0240 through 0377
-are converted to eight-bit-
control
characters of the same character
+are converted to eight-bit-
graphic
characters of the same character
codes. */)
(string)
Lisp_Object string;